logging framework造句
例句与造句
- Plugging in a logging framework for eclipse plug - ins
为eclipse插件添加日志框架 - By default the java . util . logging framework writes its output to a file
默认情况下, java . util . logging框架会将其输出写入到文件中。 - The log4j framework is the de facto logging framework written in the java language
Log4j框架是用java语言编写的事实上的标准日志记录框架。 - Then they could change the code to pass the exception off to their logging framework instead
这样他们就可以改变代码,将异常改为传递给日志框架。 - It became evident that the team s home - grown logging framework like all logging frameworks had grown over time
很显然小组自已开发的日志框架(像所有日志框架一样)随着时间而增大。 - It's difficult to find logging framework in a sentence. 用logging framework造句挺难的
- When an exception arises , any of its eclipse logging will be funneled to the log framework and share its configuration with the other loggers
在触发异常时, eclipse要记录的所有日志都会被放入日志框架,它与其他记录器共享配置文件。 - In this article , learn how to configure and use a logging framework for eclipse plug - ins that is itself a plug - in and that is based on the apache log4j
在本文中,我们将学习如何为eclipse插件配置并使用日志框架,该框架本身也是一个基于apache log4j的插件。 - The goal is to write a findbugs detector that will find all the places in the code that are making calls to the logging framework without being wrapped in a guard clause
目标是编写一个findbugs检测器,它将找出代码中调用日志框架而未被包装在监护子句中的所有地方。 - This will help a handler obtain access to container - specific value - added features , including authentication mechanisms , transaction processing , a logging framework , etc
这将帮助处理程序获得特定于容器的增值功能的访问权,包括认证机制,事务处理,日志记录的框架等。 - This aspect could be made to use the same logging framework as the embedded logging code so that the merged output gave a combined view of the program execution
这个方面可以设计为使用嵌入日志代码所使用的同样日志框架,这样合在一起的输出就可以给出程序执行的综合视图。 - One approach is to use com . tools . logging in your plug - in so you can have all the nice features of log4j and still be part of the eclipse log framework if you desire
一种方法是在插件中使用com . tools . logging ,这样就可以使用log4j中所有有用的特性;如果您愿意的话,它依将是eclipse日志框架的一部分。 - Unfortunately , as the team grew , so did the poor performance of their application because they were always creating expensive logging messages - only to have the logging framework throw them away when it realized that logging was disabled
。不幸的是,随着小组的扩大,他们的应用程序的性能也在变差,因为他们总是产生昂贵的日志消息而当日志框架发现禁用日志后,这些消息只能是被它抛弃。